Vcenter Vm Guest Filesystem Files FileAttributesUpdateSpec
File attributes used for updating an existing file with POST /vcenter/vm/{vm}/guest/filesystem/files?action=update
This schema was added in vSphere API 7.0.2.0.
{
"last_modified": "string",
"last_accessed": "string",
"windows": {
"hidden": false,
"read_only": false
},
"posix": {
"owner_id": 0,
"group_id": 0,
"permissions": "string"
}
}
The date and time the file was last modified.
This property was added in vSphere API 7.0.2.0.
If missing or null
the value will not be changed.
The date and time the file was last accessed.
This property was added in vSphere API 7.0.2.0.
If missing or null
the value will not be changed.
Windows-specific file update information.
This property was added in vSphere API 7.0.2.0.
Set if the guest operating system is Windows.
Posix-specific file update information.
This property was added in vSphere API 7.0.2.0.
Set if the guest operating system is Posix.